home *** CD-ROM | disk | FTP | other *** search
- Path: news.bridge.net!news
- From: David Byrden <100101.2547@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Can I overload "*" without class overhead?
- Date: 28 Feb 1996 19:20:03 GMT
- Organization: self-employed
- Message-ID: <4h29t3$518@news.bridge.net>
- References: <4h22gj$pqa@tekadm1.cse.tek.com>
- NNTP-Posting-Host: ppp-mia2-68.bridge.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- >> My attempts to date, however, have been slow (though elegant). I
- >> expect this is due to the added overhead of a struct vs. an int.
-
-
- What overhead? Are you using inline functions? You should be
- able to achieve this with zero runtime overhead. Can you post the code
- that you have written so far?
-
-
- David
-
-
-